add utf8 file name test to windows appveyor builds. (#138)
authortsteven4 <tsteven4@users.noreply.github.com>
Mon, 4 Dec 2017 22:43:32 +0000 (15:43 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2017 22:43:32 +0000 (15:43 -0700)
appveyor.yml

index 1eb200db4998e9776ae7db314498c03a97897481..67c41b7365f3999f8f41fbe646ac31cc8697ebe2 100644 (file)
@@ -68,5 +68,7 @@ test_script:
       # in this case making sure the last command succeeds is not sufficient.
       # see https://help.appveyor.com/discussions/problems/10014-false-build-fail-status
       C:\msys64\usr\bin\bash.exe -lc "cd $env:projdir; PNAME=./release/GPSBabel.exe GBTEMP=./gbtemp ./testo 2>&1"
+      if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode)  }
+      C:\msys64\usr\bin\bash.exe -lc "cd $env:projdir; PNAME=./release/GPSBabel.exe GBTEMP=./gbtemp ./test_encoding_utf8 2>&1"
       Write-Host "Finished test_script with exit status $LastExitCode"
       if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode)  }